home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / perl5 / Pango / Fontset.pod < prev    next >
Text File  |  2009-05-09  |  734b  |  70 lines

  1. =head1 NAME
  2.  
  3. Pango::Fontset - object containing a set of Pango::Font objects
  4.  
  5. =cut
  6.  
  7. =head1 HIERARCHY
  8.  
  9.   Glib::Object
  10.   +----Pango::Fontset
  11.  
  12.  
  13.  
  14. =cut
  15.  
  16. =for object Pango::Fontset - object containing a set of Pango::Font objects
  17.  
  18. =cut
  19.  
  20.  
  21.  
  22.  
  23. =head1 METHODS
  24.  
  25. =head2 font = $fontset-E<gt>B<get_font> ($wc)
  26.  
  27. =over
  28.  
  29. =item * $wc (integer) 
  30.  
  31. =back
  32.  
  33. =head2 $fontset-E<gt>B<foreach> ($func, $data=undef)
  34.  
  35. =over
  36.  
  37. =item * $func (scalar) 
  38.  
  39. =item * $data (scalar) 
  40.  
  41. =back
  42.  
  43. Since: pango 1.4
  44.  
  45. =head2 fontmetrics = $fontset-E<gt>B<get_metrics> 
  46.  
  47.  
  48.  
  49. =cut
  50.  
  51.  
  52. =head1 SEE ALSO
  53.  
  54. L<Pango>, L<Glib::Object>
  55.  
  56.  
  57. =cut
  58.  
  59.  
  60. =head1 COPYRIGHT
  61.  
  62. Copyright (C) 2003-2008 by the gtk2-perl team.
  63.  
  64. This software is licensed under the LGPL.  See L<Pango> for a full notice.
  65.  
  66.  
  67.  
  68. =cut
  69.  
  70.